.Net Framework > v2.0.50727 > System > Drawing > Imaging > Metafile > Metafile Metafile(IntPtr,Boolean)
Metafile(IntPtr,EmfType)
Metafile(IntPtr,EmfType,String)
Metafile(IntPtr,WmfPlaceableFileHeader)
Metafile(IntPtr,WmfPlaceableFileHeader,Boolean)
Metafile(IntPtr,Rectangle)
Metafile(IntPtr,Rectangle,MetafileFrameUnit)
Metafile(IntPtr,Rectangle,MetafileFrameUnit,EmfType)
Metafile(IntPtr,Rectangle,MetafileFrameUnit,EmfType,String)
Metafile(IntPtr,RectangleF)
Metafile(IntPtr,RectangleF,MetafileFrameUnit)
Metafile(IntPtr,RectangleF,MetafileFrameUnit,EmfType)
Metafile(IntPtr,RectangleF,MetafileFrameUnit,EmfType,String)
Metafile(Stream)
Metafile(Stream,IntPtr)
Metafile(Stream,IntPtr,EmfType)
Metafile(Stream,IntPtr,EmfType,String)
Metafile(Stream,IntPtr,Rectangle)
Metafile(Stream,IntPtr,Rectangle,MetafileFrameUnit)
Metafile(Stream,IntPtr,Rectangle,MetafileFrameUnit,EmfType)
Metafile(Stream,IntPtr,Rectangle,MetafileFrameUnit,EmfType,String)
Metafile(Stream,IntPtr,RectangleF)
Metafile(Stream,IntPtr,RectangleF,MetafileFrameUnit)
Metafile(Stream,IntPtr,RectangleF,MetafileFrameUnit,EmfType)
Metafile(Stream,IntPtr,RectangleF,MetafileFrameUnit,EmfType,String)
Metafile(String)
Metafile(String,IntPtr)
Metafile(String,IntPtr,EmfType)
Metafile(String,IntPtr,EmfType,String)
Metafile(String,IntPtr,Rectangle)
Metafile(String,IntPtr,Rectangle,MetafileFrameUnit)
Metafile(String,IntPtr,Rectangle,MetafileFrameUnit,EmfType)
Metafile(String,IntPtr,Rectangle,MetafileFrameUnit,EmfType,String)
Metafile(String,IntPtr,Rectangle,MetafileFrameUnit,String)
Metafile(String,IntPtr,RectangleF)
Metafile(String,IntPtr,RectangleF,MetafileFrameUnit)
Metafile(String,IntPtr,RectangleF,MetafileFrameUnit,EmfType)
Metafile(String,IntPtr,RectangleF,MetafileFrameUnit,EmfType,String)
Metafile(String,IntPtr,RectangleF,MetafileFrameUnit,String)


Metafile(IntPtr,Boolean)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified handle.
Type
void
Character
public
Parameters
NameTypeDescription
henhmetafileIntPtr
deleteEmfBoolean
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,EmfType)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified handle to a device context and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
referenceHdcIntPtr
emfTypeEmfType
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,EmfType,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified handle to a device context and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile. A string can be supplied to name the file.
Type
void
Character
public
Parameters
NameTypeDescription
referenceHdcIntPtr
emfTypeEmfType
descriptionString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,WmfPlaceableFileHeader)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified handle and a System.Drawing.Imaging.WmfPlaceableFileHeader.
Type
void
Character
public
Parameters
NameTypeDescription
hmetafileIntPtr
wmfHeaderWmfPlaceableFileHeader
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,WmfPlaceableFileHeader,Boolean)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified handle and a System.Drawing.Imaging.WmfPlaceableFileHeader. Also, the deleteWmf parameter can be used to delete the handle when the metafile is deleted.
Type
void
Character
public
Parameters
NameTypeDescription
hmetafileIntPtr
wmfHeaderWmfPlaceableFileHeader
deleteWmfBoolean
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,Rectangle)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified device context, bounded by the specified rectangle.
Type
void
Character
public
Parameters
NameTypeDescription
referenceHdcIntPtr
frameRectRectangle
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,Rectangle,MetafileFrameUnit)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure.
Type
void
Character
public
Parameters
NameTypeDescription
referenceHdcIntPtr
frameRectRectangle
frameUnitMetafileFrameUnit
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,Rectangle,MetafileFrameUnit,EmfType)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
referenceHdcIntPtr
frameRectRectangle
frameUnitMetafileFrameUnit
typeEmfType
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,Rectangle,MetafileFrameUnit,EmfType,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile. A string can be provided to name the file.
Type
void
Character
public
Parameters
NameTypeDescription
referenceHdcIntPtr
frameRectRectangle
frameUnitMetafileFrameUnit
typeEmfType
descString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,RectangleF)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified device context, bounded by the specified rectangle.
Type
void
Character
public
Parameters
NameTypeDescription
referenceHdcIntPtr
frameRectRectangleF
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,RectangleF,MetafileFrameUnit)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure.
Type
void
Character
public
Parameters
NameTypeDescription
referenceHdcIntPtr
frameRectRectangleF
frameUnitMetafileFrameUnit
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,RectangleF,MetafileFrameUnit,EmfType)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
referenceHdcIntPtr
frameRectRectangleF
frameUnitMetafileFrameUnit
typeEmfType
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(IntPtr,RectangleF,MetafileFrameUnit,EmfType,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile. A string can be provided to name the file.
Type
void
Character
public
Parameters
NameTypeDescription
referenceHdcIntPtr
frameRectRectangleF
frameUnitMetafileFrameUnit
typeEmfType
descriptionString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr,EmfType)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream, a Windows handle to a device context, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
typeEmfType
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr,EmfType,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream, a Windows handle to a device context, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile. Also, a string that contains a descriptive name for the new System.Drawing.Imaging.Metafile can be added.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
typeEmfType
descriptionString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr,Rectangle)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream, a Windows handle to a device context, and a System.Drawing.Rectangle structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
frameRectRectangle
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr,Rectangle,MetafileFrameUnit)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream, a Windows handle to a device context, a System.Drawing.Rectangle structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, and the supplied unit of measure.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
frameRectRectangle
frameUnitMetafileFrameUnit
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr,Rectangle,MetafileFrameUnit,EmfType)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream, a Windows handle to a device context, a System.Drawing.Rectangle structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
frameRectRectangle
frameUnitMetafileFrameUnit
typeEmfType
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr,Rectangle,MetafileFrameUnit,EmfType,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream, a Windows handle to a device context, a System.Drawing.Rectangle structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile. A string that contains a descriptive name for the new System.Drawing.Imaging.Metafile can be added.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
frameRectRectangle
frameUnitMetafileFrameUnit
typeEmfType
descriptionString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr,RectangleF)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream, a Windows handle to a device context, and a System.Drawing.RectangleF structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
frameRectRectangleF
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr,RectangleF,MetafileFrameUnit)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream, a Windows handle to a device context, a System.Drawing.RectangleF structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, and the supplied unit of measure.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
frameRectRectangleF
frameUnitMetafileFrameUnit
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr,RectangleF,MetafileFrameUnit,EmfType)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream, a Windows handle to a device context, a System.Drawing.RectangleF structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
frameRectRectangleF
frameUnitMetafileFrameUnit
typeEmfType
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(Stream,IntPtr,RectangleF,MetafileFrameUnit,EmfType,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified data stream, a Windows handle to a device context, a System.Drawing.RectangleF structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile. A string that contains a descriptive name for the new System.Drawing.Imaging.Metafile can be added.
Type
void
Character
public
Parameters
NameTypeDescription
streamStream
referenceHdcIntPtr
frameRectRectangleF
frameUnitMetafileFrameUnit
typeEmfType
descriptionString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class from the specified file name.
Type
void
Character
public
Parameters
NameTypeDescription
filenameString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,EmfType)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
typeEmfType
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,EmfType,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile. A descriptive string can be added, as well.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
typeEmfType
descriptionString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,Rectangle)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, and a System.Drawing.Rectangle structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
frameRectRectangle
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,Rectangle,MetafileFrameUnit)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, a System.Drawing.Rectangle structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, and the supplied unit of measure.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
frameRectRectangle
frameUnitMetafileFrameUnit
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,Rectangle,MetafileFrameUnit,EmfType)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, a System.Drawing.Rectangle structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
frameRectRectangle
frameUnitMetafileFrameUnit
typeEmfType
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,Rectangle,MetafileFrameUnit,EmfType,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, a System.Drawing.Rectangle structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile. A descriptive string can also be added.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
frameRectRectangle
frameUnitMetafileFrameUnit
typeEmfType
descriptionString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,Rectangle,MetafileFrameUnit,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, a System.Drawing.Rectangle structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, and the supplied unit of measure. A descriptive string can also be added.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
frameRectRectangle
frameUnitMetafileFrameUnit
descriptionString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,RectangleF)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, and a System.Drawing.RectangleF structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
frameRectRectangleF
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,RectangleF,MetafileFrameUnit)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, a System.Drawing.RectangleF structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, and the supplied unit of measure.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
frameRectRectangleF
frameUnitMetafileFrameUnit
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,RectangleF,MetafileFrameUnit,EmfType)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, a System.Drawing.RectangleF structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
frameRectRectangleF
frameUnitMetafileFrameUnit
typeEmfType
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,RectangleF,MetafileFrameUnit,EmfType,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, a System.Drawing.RectangleF structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, the supplied unit of measure, and an System.Drawing.Imaging.EmfType enumeration that specifies the format of the System.Drawing.Imaging.Metafile. A descriptive string can also be added.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
frameRectRectangleF
frameUnitMetafileFrameUnit
typeEmfType
descriptionString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Metafile(String,IntPtr,RectangleF,MetafileFrameUnit,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.Metafile class with the specified file name, a Windows handle to a device context, a System.Drawing.RectangleF structure that represents the rectangle that bounds the new System.Drawing.Imaging.Metafile, and the supplied unit of measure. A descriptive string can also be added.
Type
void
Character
public
Parameters
NameTypeDescription
fileNameString
referenceHdcIntPtr
frameRectRectangleF
frameUnitMetafileFrameUnit
descString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database